home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3drmbto.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MACROBUTTONDROPTOOL_H = 1;
- include("real/widget/r3drwito.js")
-
-
- var R3CLID_MACROBUTTONDROPTOOL = 880;
-
-
-
-
-
- R3MBDTM_SELECTMACRO = 880000;
-
- function mR3MBDTM_SELECTMACRO() {
- DoA(this.r3obj, 880000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Macrobuttondroptool () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MACROBUTTONDROPTOOL, arguments);
- }
- // Methods
- this.SELECTMACRO=mR3MBDTM_SELECTMACRO;
-
- // Attributes
- }
-
- r3Macrobuttondroptool.prototype=new r3Widgetdroptool;
- // r3drmbto.h_H